home *** CD-ROM | disk | FTP | other *** search
- #include <Types.h>
- #include <Errors.h>
- #include <Memory.h>
- #include <OSUtils.h>
- #include <SegLoad.h>
- #include <Quickdraw.h>
- #include <Files.h>
- #include <Menus.h>
- #include <Fonts.h>
- #include <TextEdit.h>
-
- extern struct crt_fd_tab { long fd; short flags; } crt_fd_tab[];
- extern char crt_defpath[];
- extern short crt_ioVRefNum;
- extern WindowPtr crt_myWindow;
- extern TEHandle crt_TEH;
-
- StringPtr cnv_unix_name(const char *nam);
-
- #define unixTime(t) (t - (time_t)0x7c25b080)
-
-